-- This handler turns off unselected unit size checkboxes -- in a column.
if number of target =72 or number of target >=76 and number of target <=84 or number of target >=110 and number of target <=134 then
repeat with i = 7 to 11
put line i of card field id 139 into holder
repeat with i = 1 to 7
if the number of target is item i of holder then
repeat with i = 1 to 7
if the number of the target is item i of holder then
next repeat
end if
set hilite of card button (item i of holder) to false
end repeat
end if
end repeat
put empty into holder
end repeat
end if
-- This handler turns off unselected unit designation checkboxes in -- a column.
if number of target >=20 and number of target <=24 or number of target >=30 and number of target <=39 or number of target >=50 and number of target <=59 then
repeat with i = 2 to 6
put line i of card field id 139 into holder
repeat with i = 1 to 5
if the number of target is item i of holder then
repeat with i = 1 to 5
if the number of the target is item i of holder then
next repeat
end if
set hilite of card button (item i of holder) to false
end repeat
end if
end repeat
put empty into holder
end repeat
end if
-- This handler is for the HQs unit designations.
if number of target = 15 or number of target = 25 or number of target = 44 or number of target = 64 or number of target = 45 or number of target = 65 then
put line 1 of card field id 139 into holder
repeat with i = 1 to 5
if the number of target is item i of holder then
repeat with i = 1 to 5
if the number of the target is item i of holder then
next repeat
end if
set hilite of card button (item i of holder) to false
end repeat
end if
end repeat
put empty into holder
end if
-- This handler is for the HQs size designation.
if number of target =65 or number of target =67 or number of target >=85 and number of target <=89 then
put line 12 of card field id 139 into holder
repeat with i = 1 to 7
if the number of target is item i of holder then
repeat with i = 1 to 7
if the number of the target is item i of holder then
next repeat
end if
set hilite of card button (item i of holder) to false
end repeat
end if
end repeat
put empty into holder
end if
end mouseUp
-- part 1 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=8 top=205 right=236 bottom=32
-- title width / last selected line: 0
-- icon id / first selected line: 13073 / 13073
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 42
-- part 2 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=359 top=92 right=141 bottom=484
-- title width / last selected line: 0
-- icon id / first selected line: 1015 / 1015
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: PRESS AFTER SELECTING
----- HyperTalk script -----
on mouseUp
go to card "Make Diagram"
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=0 top=250 right=282 bottom=36
-- title width / last selected line: 0
-- icon id / first selected line: 26064 / 26064
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 89
-- part 4 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=0 top=301 right=333 bottom=36
-- title width / last selected line: 0
-- icon id / first selected line: 22358 / 22358
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 89
-- part 5 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=5 top=268 right=303 bottom=33
-- title width / last selected line: 0
-- icon id / first selected line: 14048 / 14048
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 41
-- part 6 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=0 top=284 right=316 bottom=36
-- title width / last selected line: 0
-- icon id / first selected line: 30151 / 30151
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 42
-- part 7 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=385 top=318 right=333 bottom=401
-- title width / last selected line: 0
-- icon id / first selected line: 16560 / 16560
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 8 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=6 top=218 right=254 bottom=32
-- title width / last selected line: 0
-- icon id / first selected line: 28352 / 28352
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 89
-- part 9 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=3 top=167 right=199 bottom=39
-- title width / last selected line: 0
-- icon id / first selected line: 5872 / 5872
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 15
-- part 10 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=3 top=41 right=73 bottom=39
-- title width / last selected line: 0
-- icon id / first selected line: 14204 / 14204
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 16
-- part 11 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=3 top=73 right=105 bottom=39
-- title width / last selected line: 0
-- icon id / first selected line: 14130 / 14130
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 27
-- part 12 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=1 top=102 right=140 bottom=40
-- title width / last selected line: 0
-- icon id / first selected line: 22268 / 22268
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 41
-- part 13 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=3 top=137 right=169 bottom=39
-- title width / last selected line: 0
-- icon id / first selected line: 23404 / 23404
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 49
-- part 14 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=0 top=301 right=333 bottom=36
-- title width / last selected line: 0
-- icon id / first selected line: 22358 / 22358
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 89
-- part 15 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=45 top=55 right=73 bottom=63
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 16 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=70 top=55 right=72 bottom=87
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 17 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=95 top=55 right=72 bottom=112
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 18 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=122 top=55 right=71 bottom=137
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 19 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=149 top=55 right=73 bottom=168
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 15
-- part 20 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=177 top=55 right=74 bottom=196
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 16
-- part 21 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=205 top=55 right=73 bottom=223
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 20
-- part 22 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=232 top=55 right=72 bottom=249
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 22
-- part 23 (button)
-- low flags: 00
-- high flags: 6005
-- rect: left=261 top=55 right=71 bottom=279
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 24
-- part 24 (button)
-- low flags: 00
-- high flags: 6005
-- rect: left=288 top=54 right=73 bottom=308
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 15
-- part 25 (button)
-- low flags: 00
-- high flags: 6005
-- rect: left=44 top=85 right=103 bottom=63
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 16
-- part 26 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=70 top=86 right=102 bottom=88
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 27 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=95 top=86 right=102 bottom=113
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 28 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=121 top=86 right=102 bottom=139
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 29 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=150 top=86 right=102 bottom=168
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 30 (button)
-- low flags: 00
-- high flags: 6005
-- rect: left=176 top=86 right=102 bottom=194
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 31 (button)
-- low flags: 00
-- high flags: 6005
-- rect: left=204 top=86 right=102 bottom=222
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 32 (button)
-- low flags: 00
-- high flags: 6005
-- rect: left=231 top=86 right=102 bottom=249
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 33 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=260 top=86 right=102 bottom=278
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 34 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=288 top=86 right=102 bottom=306
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 35 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=288 top=117 right=133 bottom=306
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 36 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=260 top=117 right=133 bottom=278
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 37 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=232 top=117 right=133 bottom=250
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 38 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=204 top=117 right=133 bottom=222
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 39 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=176 top=117 right=133 bottom=194
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 40 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=150 top=117 right=133 bottom=168
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 41 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=121 top=117 right=133 bottom=139
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 42 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=95 top=117 right=133 bottom=113
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 43 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=70 top=117 right=133 bottom=88
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 44 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=44 top=117 right=133 bottom=62
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 45 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=44 top=148 right=164 bottom=62
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 46 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=70 top=148 right=164 bottom=88
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 47 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=95 top=148 right=164 bottom=113
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 48 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=121 top=148 right=164 bottom=139
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 49 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=150 top=148 right=164 bottom=168
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 50 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=176 top=148 right=164 bottom=194
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 51 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=204 top=148 right=164 bottom=222
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 52 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=231 top=148 right=164 bottom=249
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 53 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=260 top=148 right=164 bottom=278
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 54 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=288 top=148 right=164 bottom=306
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 55 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=288 top=179 right=195 bottom=306
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 56 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=260 top=179 right=195 bottom=278
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 57 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=231 top=179 right=195 bottom=249
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 58 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=204 top=179 right=195 bottom=222
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 59 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=176 top=179 right=195 bottom=194
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 60 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=150 top=179 right=195 bottom=168
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 61 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=121 top=179 right=195 bottom=139
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 62 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=95 top=179 right=195 bottom=113
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 63 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=70 top=179 right=195 bottom=88
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 64 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=44 top=180 right=196 bottom=62
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 65 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=44 top=200 right=216 bottom=62
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 66 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=70 top=200 right=216 bottom=88
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 67 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=44 top=215 right=231 bottom=62
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 68 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=70 top=215 right=231 bottom=88
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 69 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=95 top=215 right=231 bottom=113
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 70 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=121 top=215 right=231 bottom=139
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 71 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=147 top=215 right=231 bottom=165
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 72 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=176 top=215 right=231 bottom=194
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 73 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=95 top=200 right=216 bottom=113
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 74 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=121 top=200 right=216 bottom=139
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 75 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=147 top=200 right=216 bottom=165
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 76 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=176 top=200 right=216 bottom=194
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 77 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=204 top=200 right=216 bottom=222
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 78 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=231 top=200 right=216 bottom=249
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 79 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=260 top=200 right=216 bottom=278
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 80 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=288 top=200 right=216 bottom=306
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 81 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=288 top=215 right=231 bottom=306
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 82 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=260 top=215 right=231 bottom=278
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 83 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=231 top=215 right=231 bottom=249
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 84 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=204 top=215 right=231 bottom=222
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 85 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=44 top=231 right=247 bottom=62
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 86 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=44 top=247 right=263 bottom=62
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 87 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=44 top=263 right=279 bottom=62
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 88 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=44 top=280 right=296 bottom=62
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 89 (button)
-- low flags: 00
-- high flags: 6005
-- rect: left=44 top=298 right=314 bottom=62
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 90 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=70 top=231 right=247 bottom=88
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 91 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=70 top=247 right=263 bottom=88
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 92 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=70 top=263 right=279 bottom=88
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 93 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=70 top=280 right=296 bottom=88
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 94 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=70 top=298 right=314 bottom=88
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 95 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=95 top=231 right=247 bottom=113
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 96 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=95 top=247 right=263 bottom=113
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 97 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=95 top=263 right=279 bottom=113
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 98 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=95 top=280 right=296 bottom=113
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 99 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=95 top=298 right=314 bottom=113
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 100 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=121 top=298 right=314 bottom=139
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 101 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=121 top=280 right=296 bottom=139
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 102 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=121 top=263 right=279 bottom=139
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 103 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=121 top=247 right=263 bottom=139
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 104 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=121 top=231 right=247 bottom=139
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 105 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=147 top=231 right=247 bottom=165
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 106 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=147 top=247 right=263 bottom=165
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 107 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=147 top=263 right=279 bottom=165
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 108 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=147 top=280 right=296 bottom=165
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 109 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=147 top=298 right=314 bottom=165
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 110 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=176 top=231 right=247 bottom=194
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 111 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=176 top=247 right=263 bottom=194
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 112 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=176 top=263 right=279 bottom=194
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 113 (button)
-- low flags: 00
-- high flags: 6005
-- rect: left=176 top=280 right=296 bottom=194
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 114 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=176 top=298 right=314 bottom=194
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 115 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=204 top=231 right=247 bottom=222
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 116 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=204 top=247 right=263 bottom=222
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 117 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=204 top=263 right=279 bottom=222
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 118 (button)
-- low flags: 00
-- high flags: 6005
-- rect: left=204 top=280 right=296 bottom=222
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 119 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=204 top=298 right=314 bottom=222
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 120 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=231 top=231 right=247 bottom=249
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 121 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=231 top=247 right=263 bottom=249
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 122 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=231 top=263 right=279 bottom=249
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 123 (button)
-- low flags: 00
-- high flags: 6005
-- rect: left=231 top=280 right=296 bottom=249
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 124 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=231 top=298 right=314 bottom=249
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 125 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=260 top=231 right=247 bottom=278
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 126 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=260 top=247 right=263 bottom=278
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 127 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=260 top=263 right=279 bottom=278
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 128 (button)
-- low flags: 00
-- high flags: 6005
-- rect: left=260 top=280 right=296 bottom=278
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 129 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=260 top=298 right=314 bottom=278
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 130 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=288 top=231 right=247 bottom=306
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 131 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=288 top=247 right=263 bottom=306
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 132 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=288 top=263 right=279 bottom=306
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 133 (button)
-- low flags: 00
-- high flags: 2005
-- rect: left=288 top=280 right=296 bottom=306
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 134 (button)
-- low flags: 00
-- high flags: 6005
-- rect: left=288 top=298 right=314 bottom=306
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
-- part 135 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=7 top=235 right=269 bottom=30
-- title width / last selected line: 0
-- icon id / first selected line: 18110 / 18110
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 136 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=7 top=235 right=269 bottom=30
-- title width / last selected line: 0
-- icon id / first selected line: 18110 / 18110
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 137 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=79 top=234 right=266 bottom=105
-- title width / last selected line: 0
-- icon id / first selected line: 13073 / 13073
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 138 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=317 top=157 right=213 bottom=477
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 139 (field)
-- low flags: 81
-- high flags: 0007
-- rect: left=318 top=21 right=121 bottom=512
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 140 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=408 top=317 right=337 bottom=477
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 150 (field)
-- low flags: 01
-- high flags: 0001
-- rect: left=67 top=9 right=315 bottom=172
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 1024
-- line height: 16
-- part name:
-- part 151 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=56 top=31 right=50 bottom=176
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 12
-- style flags: 1024
-- line height: 16
-- part name:
-- part 152 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=180 top=33 right=48 bottom=209
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name:
-- part 153 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=195 top=33 right=47 bottom=228
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name:
-- part 154 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=236 top=33 right=48 bottom=265
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name:
-- part 155 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=264 top=33 right=48 bottom=293
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name:
-- part 156 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=292 top=33 right=48 bottom=321
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name:
-- part 158 (field)
-- low flags: 01
-- high flags: 0004
-- rect: left=316 top=21 right=91 bottom=510
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part contents for card part 139
----- text -----
15,25,44,45,64
20,30,39,50,59
21,31,38,51,58
22,32,37,52,57
23,33,36,53,56
24,34,35,54,55
76,72,110,111,112,113,114
77,84,115,116,117,118,119
78,83,120,121,122,123,124
79,82,125,126,127,128,129
80,81,130,131,132,133,134
65,67,85,86,87,88,89
-- part contents for card part 151
----- text -----
Make Selection
-- part contents for card part 150
----- text -----
Infantry
M113 Infantry
Bradley Inf
Armor
Anti-Armor
Platoon
Company
Team
Battalion
Task Force
Brigade
Division
-- part contents for card part 152
----- text -----
1
-- part contents for card part 153
----- text -----
2/ME
-- part contents for card part 154
----- text -----
3
-- part contents for card part 155
----- text -----
4
-- part contents for card part 156
----- text -----
5
-- part contents for background part 1
----- text -----
Symbol
-- part contents for background part 2
----- text -----
HQs
-- part contents for card part 158
----- text -----
In each column below, Click CHECKBOXES (2) to select the TYPE UNIT and SIZE SYMBOL for each HQs unit/subunits